home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / event.dtd < prev    next >
Extensible Markup Language  |  2005-09-10  |  2KB  |  54 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  
  4.     OpenOffice.org - a multi-platform office productivity suite
  5.  
  6.     $RCSfile: event.dtd,v $
  7.  
  8.     $Revision: 1.4 $
  9.  
  10.     last change: $Author: rt $ $Date: 2005/09/08 23:55:55 $
  11.  
  12.     The Contents of this file are made available subject to
  13.     the terms of GNU Lesser General Public License Version 2.1.
  14.  
  15.  
  16.       GNU Lesser General Public License Version 2.1
  17.       =============================================
  18.       Copyright 2005 by Sun Microsystems, Inc.
  19.       901 San Antonio Road, Palo Alto, CA 94303, USA
  20.  
  21.       This library is free software; you can redistribute it and/or
  22.       modify it under the terms of the GNU Lesser General Public
  23.       License version 2.1, as published by the Free Software Foundation.
  24.  
  25.       This library is distributed in the hope that it will be useful,
  26.       but WITHOUT ANY WARRANTY; without even the implied warranty of
  27.       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  28.       Lesser General Public License for more details.
  29.  
  30.       You should have received a copy of the GNU Lesser General Public
  31.       License along with this library; if not, write to the Free Software
  32.       Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  33.       MA  02111-1307  USA
  34.  
  35. -->
  36.  
  37. <!-- xlink:type -->
  38. <!ENTITY % xlinkType "CDATA">
  39.  
  40. <!ELEMENT event:event EMPTY>
  41. <!ATTLIST event:event
  42.     event:name CDATA #REQUIRED
  43.     event:language CDATA #REQUIRED
  44.     event:library CDATA #IMPLIED
  45.     event:macro-name CDATA #IMPLIED
  46.     xlink:type %xlinkType; "simple"
  47.     xlink:href CDATA #IMPLIED
  48. >
  49. <!ELEMENT event:events (event:event*)>
  50. <!ATTLIST event:events
  51.     xmlns:event CDATA #FIXED "http://openoffice.org/2001/event"
  52.     xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink"
  53. >
  54.